home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00103.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  1.6 KB  |  78 lines

  1. on movPrep
  2.   global md1, md2, md3, md4, md5, md6, rantime, mp, ran, movPC
  3.   setnavi()
  4.   puppetSprite(4, 1)
  5.   set md1 to the duration of cast the castNum of sprite 4 - 3
  6.   set mp to 4
  7.   set movPC to 4
  8.   if the castNum of sprite 5 = 0 then
  9.     set md2 to 0
  10.     if the machineType = 256 then
  11.       ranit()
  12.       exit
  13.     else
  14.       exit
  15.     end if
  16.   end if
  17.   puppetSprite(5, 1)
  18.   set md2 to the duration of cast the castNum of sprite 5 - 3
  19.   set mp to 5
  20.   set movPC to 5
  21.   if the castNum of sprite 6 = 0 then
  22.     set md3 to 0
  23.     if the machineType = 256 then
  24.       ranit()
  25.       exit
  26.     else
  27.       exit
  28.     end if
  29.   end if
  30.   puppetSprite(6, 1)
  31.   set md3 to the duration of cast the castNum of sprite 6 - 3
  32.   set mp to 6
  33.   set movPC to 6
  34.   if the castNum of sprite 7 = 0 then
  35.     set md4 to 0
  36.     if the machineType = 256 then
  37.       ranit()
  38.       exit
  39.     else
  40.       exit
  41.     end if
  42.   end if
  43.   puppetSprite(7, 1)
  44.   set mp to 7
  45.   set movPC to 7
  46.   set md4 to the duration of cast the castNum of sprite 7 - 3
  47.   if the castNum of sprite 8 = 0 then
  48.     set md5 to 0
  49.     if the machineType = 256 then
  50.       ranit()
  51.       exit
  52.     else
  53.       exit
  54.     end if
  55.   end if
  56.   puppetSprite(8, 1)
  57.   set movPC to 8
  58.   set md5 to the duration of cast the castNum of sprite 8 - 3
  59.   if the castNum of sprite 9 = 0 then
  60.     set md6 to 0
  61.     if the machineType = 256 then
  62.       ranit()
  63.       exit
  64.     else
  65.       exit
  66.     end if
  67.   end if
  68.   puppetSprite(9, 1)
  69.   set movPC to 9
  70.   set md6 to the duration of cast the castNum of sprite 9 - 3
  71.   if the machineType = 256 then
  72.     ranit()
  73.     exit
  74.   else
  75.     exit
  76.   end if
  77. end
  78.